Speech and thought bubble annotations (Tools → Annotate → Add Speech Bubble / Add Thought Bubble) were introduced in Preview 5.5/OS X 10.7 Lion (not Mountain Lion, as incorrectly stated in the top search result).
While the speech bubble option is still listed as of Preview 11.0/macOS 26.1 Tahoe, the thought bubble option was last seen in Preview 7.0/OS X 10.9.5 Mavericks.
However, starting with Preview 8.1 in OS X 10.11 El Capitan, an adjustable thought bubble (with built‑in text area) can be created by using the Sketch tool to approximate a cloud, an Easter egg that still works in macOS Tahoe.
***
Poor drawing skills triggered recognition of a heart shape, raising the question of what other shapes might be supported. Apple's documentation offers scant detail:
"If your drawing is recognized as a standard shape, it’s replaced by that shape; to use your drawing instead, choose it from the palette that’s shown."
Went digging for what these "standard shapes" might be:
otool -L /System/Applications/Preview.app/Contents/MacOS/Preview revealed a dependency on /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit, which sounded promising, but the file was missing and an alias by that name two directories above pointed to Versions/Current/AnnotationKit, which was also missing.
Trying to find the macOS Framework binaries and Binary Extraction with Visual Tooling clarified that most system frameworks reside inside the dyld shared cache.
Extracted the cache using dyld-shared-cache-extractor: dyld-shared-cache-extractor /System/Volumes/Preboot/Cryptexes/OS/System/Library/dyld/dyld_shared_cache_arm64e /tmp/libraries
strings /private/tmp/libraries/System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit uncovered two lists of shapes:
| 1st |
2nd |
| Rectangle |
arrow |
| Rounded Rectangle |
outline arrow |
| Oval |
star |
| Line |
rounded rectangle |
| Line with Arrow |
oval |
| Outline Arrow |
chat bubble |
| Speech Bubble |
pentagon |
| Polygon |
triangle |
| Doodle |
freeform |
| Triangle |
heart |
| Heart |
cloud |
| Thought Bubble |
|
A 2019 snapshot of the iPadOS 14 features preview page (H/T) contained a similar list:
"Shape recognition allows you to draw geometrically perfect lines, curves, and shapes, including hearts, stars, and arrows. Simply start drawing and pause slightly at the end, and your imperfect shape snaps into a perfect one. Shape recognition is great for drawing diagrams and quick sketches.
"Shape recognition supports these shapes:
- Line
- Curve
- Square
- Rectangle
- Circle
- Oval
- Heart
- Triangle
- Star
- Cloud
- Hexagon
- Thought bubble
- Outlined arrow
- Continuous line with 90‑degree turns
- Line with arrow endpoint
- Curve with arrow endpoint"
See also
❧ 2025-11-17
After a decade of service, it was time to replace the Bose QuietComfort 20i Acoustic Noise Cancelling headphones referenced in 2015. While non‑Bluetooth ANC models have become increasingly scarce, the Bose QuietComfort Headphones (2023) offer a wired-only mode; Bluetooth is disabled (verified via EMF meter) when the included 2.5mm-to-3.5mm audio cable is connected:
Connect audio cable and turn on headphones (but don't put them on yet)
A female voice announces "Bluetooth off", followed by a loud startup jangle. She then advises, "To start setup, download the Bose Music app", repeating the prompt ~12 seconds later, presumably for the benefit of those temporarily deafend by the clangor. 🔈 (Voice prompts can be disabled in the Bose app, though the ear-piercing startup chime cannot.)
Despite being listed in Technical Specifications as "Protein Leather", Bose marketing materials confirm the ear cushions are synthetic (the case is listed as "Leather (Hard)", but is apparently synthetic as well); from their Earbuds vs. headphones: finding the perfect pair for you:
"Bose QuietComfort Headphones live up to their name, created with comfort in mind. They're ultra lightweight, and the earcups are fitted with luxurious synthetic leather (emphasis added) and minimal clamping. You can wear them for an extended period of time without experiencing headaches or aching ear canals."
Bose representatives have reiterated this for related models:
Bose QuietComfort 35:
"[T]he QuietComfort 35 headphones do not contain any animal products, the cushions are made from 80% rayon and 20% nylon."
Bose Quietcomfort Ultra:
"Bose uses a synthetic leather material for the ear cushions."
Reports indicate the ear cushions are prone to flaking within a short period (including the Ultra model). Higher-rated third-party headband covers and earpads are available, though some reviews note reduced ANC performance.
❧ 2025-11-04
For example, entering the serial number assigned to a MacBook Pro (Retina, 13-inch, Late 2013) now only returns "MacBook Pro" along with the purchase date:

For Macs up to and including the 2021 iMac, exact model information can be gleaned by other means.
❧ 2025-10-20